Richard M. Stallman [Sat, 31 Jul 1993 21:58:03 +0000 (21:58 +0000)]
(adjust_intervals_for_insertion): Handle insertion
between two unlike intervals via merge_properties_sticky.
(merge_properties_sticky): New function.
(graft_intervals_into_buffer): Leave handling of `sticky'-ness to
adjust_intervals_for_insertion, then merge properties of the
inserted text onto the old ones.
(textget_direct): New function.
(set_point): Fix calculating of fromprev.
(verify_interval_modification): Check for `read-only' property
and take its `sticky'-ness into account.
(set_point): Ignore `invisible' property unless property value is `hidden'.
Richard M. Stallman [Sat, 31 Jul 1993 21:55:38 +0000 (21:55 +0000)]
(MERGE_INSERTIONS): Define as 1.
(FRONT_STICKY): Add real definition.
(END_NONSTICKY): New macro.
(END_STICKY): Deleted.
(textget_direct, Qfront_sticky, Qrear_nonsticky): Declared.
(Qhidden): Declared.
Richard M. Stallman [Sat, 31 Jul 1993 21:54:10 +0000 (21:54 +0000)]
(Qfront_sticky, Qrear_nonsticky): New variables.
(syms_of_textprop): Set them up.
(Qhidden): New variable.
(syms_of_textprop): Set up Qhidden.
(property_change_between_p): New function.
Richard M. Stallman [Sat, 31 Jul 1993 18:41:53 +0000 (18:41 +0000)]
(change-log-mode): Use \f for formfeed, to avoid syntax error.
Richard M. Stallman [Sat, 31 Jul 1993 18:39:09 +0000 (18:39 +0000)]
(isearch-done): Move point (for small window)
before deciding whether to set the mark.
Richard M. Stallman [Sat, 31 Jul 1993 18:34:04 +0000 (18:34 +0000)]
(Man-section-translations-alist): Add entries for xlib.
Richard M. Stallman [Sat, 31 Jul 1993 18:32:04 +0000 (18:32 +0000)]
(Man-build-references-alist): When setting word,
use only what Man-reference-regexp matched.
(Man-reference-regexp): Don't match starting with a period.
(Man-first-heading-regexp): Allow leading space.
(Man-heading-regexp): Allow leading space.
Richard M. Stallman [Sat, 31 Jul 1993 07:33:02 +0000 (07:33 +0000)]
(validate-tex-buffer): Record mismatches in *Occur*.
Richard M. Stallman [Sat, 31 Jul 1993 06:40:04 +0000 (06:40 +0000)]
(basic-save-buffer): When we read a file name,
use set-visited-file-name to put it in.
Richard M. Stallman [Sat, 31 Jul 1993 06:10:44 +0000 (06:10 +0000)]
(shell-command-history): New variable.
(shell-command, shell-command-on-region): Use it.
Richard M. Stallman [Sat, 31 Jul 1993 05:55:52 +0000 (05:55 +0000)]
(prop_location_identifier): Was named prop_location_tick.
(property_change_reply_identifier): Renamed from ...-tick.
(struct prop_location): Field `identifier' renamed from `tick'.
Various functions changed accordingly.
(x_handle_selection_request): Delete local struct var `reply'.
(wait_for_property_change_unwind): New function.
(wait_for_property_change): Add unwind protect.
(wait_for_property_change): Eventually time out with error.
(x_reply_selection_request): XFlushQueue and UNBLOCK_INPUT
before calling wait_for_property_change.
(x_get_window_property): Simplify input blocking/unblocking.
Don't delete the property here.
(receive_incremental_selection): Delete property here.
Call XSelectInput to enable and disable PropertyChangeMask.
(x_get_window_property_as_lisp_data): And here.
Richard M. Stallman [Sat, 31 Jul 1993 05:53:23 +0000 (05:53 +0000)]
(Fnewline): Disable the "insert one position before"
optimization if it would screw up text property behavior.
Richard M. Stallman [Sat, 31 Jul 1993 05:31:58 +0000 (05:31 +0000)]
(mouse-choose-completion): Actually choose that alternative,
don't just insert its name.
Jim Blandy [Sat, 31 Jul 1993 01:40:35 +0000 (01:40 +0000)]
* configure.in: Test for the presence of/usr/lpp/X11/bin/smt.exp,
and #define HAVE_AIX_SMT_EXP if we do. This is present in some
versions of AIX, and needs to be passed to the loader.
Jim Blandy [Sat, 31 Jul 1993 01:39:30 +0000 (01:39 +0000)]
* config.h.in (HAVE_AIX_SMT_EXP): New #undef for configure to edit.
* m/ibmrs6000.h (LD_SWITCH_MACHINE): Don't mention
/usr/lpp/X11/bin/smt.exp unless HAVE_AIX_SMT_EXP is #defined.
Jim Blandy [Sat, 31 Jul 1993 01:34:30 +0000 (01:34 +0000)]
* configure.in: Test for the availablility of the
XScreenResourceString function.
Jim Blandy [Sat, 31 Jul 1993 01:32:23 +0000 (01:32 +0000)]
* xfns.c (Fx_open_connection): Test the CPP symbol
HAVE_XRMSETDATABASE to decide whether or not to call
XrmSetDatabase.
Jim Blandy [Sat, 31 Jul 1993 01:31:46 +0000 (01:31 +0000)]
* config.h.in (HAVE_XSCREENRESOURCESTRING): New #undef for
configure to edit.
* xrdb.c (get_user_db): Test it to decide whether or not to try to
retrieve the screen-dependent resources.
Jim Blandy [Sat, 31 Jul 1993 01:21:21 +0000 (01:21 +0000)]
* config.h.in (HAVE_BCOPY): Add an #undef for this.
(BSTRING): #define this iff HAVE_BCOPY is #defined here. Ignore what
the system-description files say. They don't always make fine
enough distinctions between systems, and sometimes the bcopy
routines are available only with X windows.
Richard M. Stallman [Sat, 31 Jul 1993 01:08:48 +0000 (01:08 +0000)]
(shrink-window-if-larger-than-buffer): Do nothing if the
window is the only window of its frame. If the buffer ends in newline
and point is not at the end of the buffer, don't display last (empty) line.
Jim Blandy [Sat, 31 Jul 1993 01:07:38 +0000 (01:07 +0000)]
* configure.in: Test for availability of bcopy functions, searching
the X libraries if we're using X.
Richard M. Stallman [Sat, 31 Jul 1993 01:05:33 +0000 (01:05 +0000)]
(vc-shrink-to-fit): Deleted. All callers changed to use
the new, fixed `shrink-window-if-larger-than-buffer' instead.
In some places move it after a (goto-char (point-min)).
Jim Blandy [Sat, 31 Jul 1993 00:55:39 +0000 (00:55 +0000)]
* configure.in: If we found X on our own, set C_SWITCH_X_SITE and
LD_SWITCH_X_SITE and assume --with-x11.
Only look for X11 files if we weren't told about a window system
or if we were told to use X11 but not told where.
Search the libraries from the s and/or m files when checking for
functions.
* configure.in: Remove any trailing slashes in prefix and exec_prefix.
Jim Blandy [Sat, 31 Jul 1993 00:21:33 +0000 (00:21 +0000)]
* frame.el (frame-notice-user-settings): If we had to create a new
frame in order to obey initial-frame-alist, use delete-frame's
FORCE argument to get rid of the old frame even if the new one
hasn't been mapped yet.
Jim Blandy [Fri, 30 Jul 1993 23:12:25 +0000 (23:12 +0000)]
* xfns.c (x_set_background_color): Change the foreground color of
the cursor, too.
Richard M. Stallman [Fri, 30 Jul 1993 22:48:30 +0000 (22:48 +0000)]
(syms_of_editfns): Just staticpro Vuser...name
and Vsystem_name; don't make them Lisp variables.
Jim Blandy [Fri, 30 Jul 1993 22:43:39 +0000 (22:43 +0000)]
* gud.el (gud-gdb-marker-filter): Preserve the match data across
the filter's execution.
* gud.el (gud-gdb-marker-filter): If we received some text after
the position marker, append it to any text before the marker,
instead of throwing away the text before the marker.
Roland McGrath [Fri, 30 Jul 1993 22:30:50 +0000 (22:30 +0000)]
Initial revision
Richard M. Stallman [Fri, 30 Jul 1993 20:15:09 +0000 (20:15 +0000)]
entered into RCS
Richard M. Stallman [Fri, 30 Jul 1993 07:55:42 +0000 (07:55 +0000)]
Add code to set HAVE_INET_SOCKETS.
Richard M. Stallman [Fri, 30 Jul 1993 07:50:15 +0000 (07:50 +0000)]
(show-paren-command-hook): Specify buffer for move-overay.
Richard M. Stallman [Fri, 30 Jul 1993 07:01:23 +0000 (07:01 +0000)]
(fill-region-as-paragraph): Move misplaced paren
ending `(if (eobp) nil ...)'.
In the loop that avoids breaking after `.' with one space,
break if we actually have two spaces.
Richard M. Stallman [Fri, 30 Jul 1993 05:58:29 +0000 (05:58 +0000)]
*** empty log message ***
Roland McGrath [Fri, 30 Jul 1993 05:32:45 +0000 (05:32 +0000)]
(compilation-error-regexp-alist): Broaden RS6000 regexp to match
"lines N-M," or "line N,".
Roland McGrath [Fri, 30 Jul 1993 03:20:49 +0000 (03:20 +0000)]
*** empty log message ***
Jim Blandy [Fri, 30 Jul 1993 03:17:18 +0000 (03:17 +0000)]
* xfns.c (syms_of_xfns): Don't staticpro Vx_resource_name;
DEFVAR_LISP takes care of that, and it's deadly to staticpro a
variable containing a string twice.
Jim Blandy [Fri, 30 Jul 1993 01:48:19 +0000 (01:48 +0000)]
* window.c (check_frame_size): Include the menu bar height in the
minimum frame height.
Jim Blandy [Fri, 30 Jul 1993 01:39:20 +0000 (01:39 +0000)]
* gud.el (gud-gdb-marker-filter): Do not assume that the position
markers from GDB will always be received in one chunk of input;
gud-gdb-marker-filter may be called several times, each time
providing a little more of the position marker.
(gud-gdb-marker-acc): New variable.
(gud-gdb-marker-filter): If we have received what could be the
beginning of a position marker, hold that text in
gud-gdb-marker-acc for the next time we get called, until we have
enough information to decide for sure.
* gud.el (gud-gdb-marker-filter): Only recognize GDB position
markers if they occur at the beginning of the line. They always
do, and this reduces the likelihood that the above change will
hold back output that isn't really a position marker.
Jim Blandy [Thu, 29 Jul 1993 23:21:30 +0000 (23:21 +0000)]
* mpuz.el (mpuz-board): Doc fix.
Richard M. Stallman [Thu, 29 Jul 1993 22:35:23 +0000 (22:35 +0000)]
(dbx): Use %d in gud-break.
(gud-format-command): Support %d. Delete spurious progns.
Paul Eggert [Thu, 29 Jul 1993 19:56:38 +0000 (19:56 +0000)]
Don't check whether file is readable until we have decided not to ignore it.
Richard M. Stallman [Thu, 29 Jul 1993 18:24:32 +0000 (18:24 +0000)]
Do the global key bindings only via loaddefs.el,
not when sendmail.el is loaded.
Richard M. Stallman [Thu, 29 Jul 1993 06:34:03 +0000 (06:34 +0000)]
(Fdelete_frame): New arg FORCE allows deletion of last non-invisible frame.
(Fdelete_frame): Allow deletion if there is some other
visible (perhaps iconified) frame. Also allow deleting terminal frame
if there are X frames.
Richard M. Stallman [Thu, 29 Jul 1993 05:37:32 +0000 (05:37 +0000)]
(rmail-nuke-pinhead-header): Tell replace-match not to alter the case.
(rmail-toggle-header, rmail-reformat-message): Ignore case
when checking for Summary-line.
Richard M. Stallman [Thu, 29 Jul 1993 05:13:26 +0000 (05:13 +0000)]
(calendar-mode-map): Bind C-SPC.
Paul Eggert [Thu, 29 Jul 1993 04:58:47 +0000 (04:58 +0000)]
(vc-mode-line): Set vc-mode to nil if FILE no longer is version-controlled.
Richard M. Stallman [Thu, 29 Jul 1993 04:50:27 +0000 (04:50 +0000)]
(delete-frame): Permit it, if > 1 frame is vis or iconic.
Richard M. Stallman [Thu, 29 Jul 1993 04:12:41 +0000 (04:12 +0000)]
(bzero, bcmp, bcopy): New macros.
(LIB_STANDARD): Don't include libucb.a.
Jim Blandy [Thu, 29 Jul 1993 04:07:02 +0000 (04:07 +0000)]
* gud.el (gud-last-last-frame): Specify initial value. `dbx'
doesn't work unless we do.
Jim Blandy [Thu, 29 Jul 1993 04:02:54 +0000 (04:02 +0000)]
* man.el (Man-find-section): HP/UX man pages have section names
indented by a single space; recognize them.
Richard M. Stallman [Thu, 29 Jul 1993 04:01:09 +0000 (04:01 +0000)]
(calculate-c-indent): When checking whether function decl
is inside a comment, move back to the `(' that starts the arglist.
Richard M. Stallman [Thu, 29 Jul 1993 03:43:38 +0000 (03:43 +0000)]
(rmail-convert-file): If file needs conversion, convert it all.
Richard M. Stallman [Thu, 29 Jul 1993 03:27:05 +0000 (03:27 +0000)]
(name-last-kbd-macro): Handle macros that are vectors.
Richard M. Stallman [Thu, 29 Jul 1993 02:36:54 +0000 (02:36 +0000)]
File removed.
Richard M. Stallman [Thu, 29 Jul 1993 02:31:06 +0000 (02:31 +0000)]
(Man-filter-list): Insert \n newlines in awk script.
Roland McGrath [Thu, 29 Jul 1993 00:25:38 +0000 (00:25 +0000)]
(syms_of_xfns): Use DEFVAR_LISP, not DEFVAR_INT, for Vx_pointer_shape.
Richard M. Stallman [Wed, 28 Jul 1993 23:51:08 +0000 (23:51 +0000)]
(time-stamp): Add autoload cookie.
Roland McGrath [Wed, 28 Jul 1993 22:41:43 +0000 (22:41 +0000)]
(comint-replace-by-expanded-filename, comint-dynamic-complete): Say "Sole
completion" instead of "Unique completion", for consistency with the rest
of the known universe.
Richard M. Stallman [Wed, 28 Jul 1993 19:09:08 +0000 (19:09 +0000)]
Comment change.
Jim Blandy [Wed, 28 Jul 1993 18:57:47 +0000 (18:57 +0000)]
* hpux9.h: Doc fix.
Richard M. Stallman [Wed, 28 Jul 1993 18:22:58 +0000 (18:22 +0000)]
Require assoc instead of sc-alist.
Jim Blandy [Wed, 28 Jul 1993 18:12:35 +0000 (18:12 +0000)]
* s/hpux9.h: Doc fix.
Richard M. Stallman [Wed, 28 Jul 1993 08:35:38 +0000 (08:35 +0000)]
(gnus-apply-kill-hook): Make default value a list of functions.
(gnus-mark-article-hook, gnus-select-digest-hook): Likewise.
(gnus-select-article-hook, gnus-select-group-hook): Likewise.
Richard M. Stallman [Wed, 28 Jul 1993 08:19:30 +0000 (08:19 +0000)]
(wait_reading_process_input): Undo last two changes:
when wait_for_cell, do not check the keyboard.
Richard M. Stallman [Wed, 28 Jul 1993 08:18:09 +0000 (08:18 +0000)]
(make_hdr): Use & in call to bzero.
Jim Blandy [Tue, 27 Jul 1993 23:43:56 +0000 (23:43 +0000)]
* make-dist: Include lisp/dired.todo in the distribution.
Richard M. Stallman [Tue, 27 Jul 1993 23:12:22 +0000 (23:12 +0000)]
Comment change.
Richard M. Stallman [Tue, 27 Jul 1993 22:49:27 +0000 (22:49 +0000)]
(byte-recompile-directory): Doc fix.
Richard M. Stallman [Tue, 27 Jul 1993 22:49:05 +0000 (22:49 +0000)]
(command_loop_1): Call Qrecompute_lucid_menubar only if defined.
Richard M. Stallman [Tue, 27 Jul 1993 22:01:29 +0000 (22:01 +0000)]
(iconify-or-deiconify-frame): Make it work.
Richard M. Stallman [Tue, 27 Jul 1993 21:58:54 +0000 (21:58 +0000)]
(iconify-or-deiconify-frame): New function. Use it for C-z.
Richard M. Stallman [Tue, 27 Jul 1993 20:21:14 +0000 (20:21 +0000)]
entered into RCS
Richard M. Stallman [Tue, 27 Jul 1993 20:20:01 +0000 (20:20 +0000)]
Initial revision
Paul Eggert [Tue, 27 Jul 1993 19:28:46 +0000 (19:28 +0000)]
(vc-rcs-status): Removing any trailing "-".
Richard M. Stallman [Tue, 27 Jul 1993 17:00:08 +0000 (17:00 +0000)]
(Fx_rebind_key, Fx_rebind_keys): Functions deleted.
Richard M. Stallman [Tue, 27 Jul 1993 16:55:29 +0000 (16:55 +0000)]
(c++-mode-syntax-table): Don't alter syntax of '.
Richard M. Stallman [Tue, 27 Jul 1993 16:49:34 +0000 (16:49 +0000)]
(scan_sexps_forward): Delete extra Fcdr when analyzing OLDSTATE.
Richard M. Stallman [Tue, 27 Jul 1993 08:38:00 +0000 (08:38 +0000)]
(x-handle-iconic): New function.
(command-switch-alist): Use that.
(x-switch-definitions): Delete elt for `-iconic'.
(x-selection-timeout): Use 20000 as default.
(x-select-text): Never set the CLIPBOARD selection.
(x-cut-buffer-or-selection-value): Try PRIMARY before cut buffer.
(x-cut-buffer-max): Set based on x-server-max-request-size.
Richard M. Stallman [Tue, 27 Jul 1993 08:34:34 +0000 (08:34 +0000)]
(frame-notice-user-settings): Don't reapply a parm
whose value is ot changed (as far as we know) since frame-initialize.
Richard M. Stallman [Tue, 27 Jul 1993 08:33:44 +0000 (08:33 +0000)]
(x_iconify_frame): Handle case where frame was invisible.
Richard M. Stallman [Tue, 27 Jul 1993 08:32:33 +0000 (08:32 +0000)]
(main): Test LOCALTIME_CACHE.
Richard M. Stallman [Tue, 27 Jul 1993 08:32:05 +0000 (08:32 +0000)]
[MULTI_FRAME] (PURESIZE): Increased to 210000.
Richard M. Stallman [Tue, 27 Jul 1993 08:31:15 +0000 (08:31 +0000)]
(OLDXMENU_OPTIONS): Definition deleted.
Richard M. Stallman [Tue, 27 Jul 1993 07:51:55 +0000 (07:51 +0000)]
[USG5_4] (LIBX11_SYSTEM): Don't redefine in this case.
Richard M. Stallman [Tue, 27 Jul 1993 07:25:54 +0000 (07:25 +0000)]
(search_buffer): If n is 0, just return POS.
Richard M. Stallman [Tue, 27 Jul 1993 05:51:39 +0000 (05:51 +0000)]
(dbx): For gud-break, send a file command and a stop command.
Richard M. Stallman [Tue, 27 Jul 1993 05:48:57 +0000 (05:48 +0000)]
Doc fixes.
Roland McGrath [Tue, 27 Jul 1993 00:37:13 +0000 (00:37 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 26 Jul 1993 21:27:16 +0000 (21:27 +0000)]
(BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs.
Richard M. Stallman [Mon, 26 Jul 1993 20:04:19 +0000 (20:04 +0000)]
(font-menu-add-default): New function.
Richard M. Stallman [Mon, 26 Jul 1993 20:03:00 +0000 (20:03 +0000)]
(normal-top-level): Call font-menu-add-default.
Richard M. Stallman [Mon, 26 Jul 1993 19:14:26 +0000 (19:14 +0000)]
(Fset_window_buffer): Clear window_end_{pos,valid}.
Richard M. Stallman [Mon, 26 Jul 1993 18:40:03 +0000 (18:40 +0000)]
Comment fix.
Richard M. Stallman [Mon, 26 Jul 1993 18:38:23 +0000 (18:38 +0000)]
(Fsleep_for): If arg is 0, return right away.
Roland McGrath [Mon, 26 Jul 1993 18:32:07 +0000 (18:32 +0000)]
(read-expression-history): New defvar.
(eval-expression): Use it has history var in interactive spec.
Roland McGrath [Mon, 26 Jul 1993 17:37:11 +0000 (17:37 +0000)]
*** empty log message ***
Richard M. Stallman [Mon, 26 Jul 1993 07:31:11 +0000 (07:31 +0000)]
(kill-ring-save): Delete spurious `message' call.
(set-mark): If POS is nil, call deactivate-mark.
Richard M. Stallman [Mon, 26 Jul 1993 07:10:13 +0000 (07:10 +0000)]
(indent-c-exp): When previous line ends in comma,
use calculate-c-indent. Fix the "inner loop" to properly detect
a line that ends outside of comments and strings.
Richard M. Stallman [Mon, 26 Jul 1993 06:13:03 +0000 (06:13 +0000)]
(c++-mode-syntax-table): Handle C-style comments.
Richard M. Stallman [Mon, 26 Jul 1993 05:56:43 +0000 (05:56 +0000)]
(dired-readin-insert): If we got a list of files,
pass nil for WILDCARD arg to dired-insert-directory.
(dired-readin-insert): Don't use the "whole directory"
case if DIR-OR-LIST is a list.